Ooops, forgot header file.
authorEttore Perazzoli <ettore@src.gnome.org>
Tue, 4 Apr 2000 05:17:49 +0000 (05:17 +0000)
committerEttore Perazzoli <ettore@src.gnome.org>
Tue, 4 Apr 2000 05:17:49 +0000 (05:17 +0000)
gdk-pixbuf/gdk-pixbuf.h

index dc6197891dfe82f38812f49375f2e2f00e48c0f8..aca5ab36bdb6ea7370b0a6fc67eab3ac75fbcc29 100644 (file)
@@ -235,10 +235,15 @@ GdkPixbuf *gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
 
 /* Animation support */
 
-GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename);
+GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file   (const char         *filename);
 
-GdkPixbufAnimation *gdk_pixbuf_animation_ref   (GdkPixbufAnimation *animation);
-void                gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation);
+GdkPixbufAnimation *gdk_pixbuf_animation_ref             (GdkPixbufAnimation *animation);
+void                gdk_pixbuf_animation_unref           (GdkPixbufAnimation *animation);
+
+int                 gdk_pixbuf_animation_get_width       (GdkPixbufAnimation *animation);
+int                 gdk_pixbuf_animation_get_height      (GdkPixbufAnimation *animation);
+GList              *gdk_pixbuf_animation_get_frames      (GdkPixbufAnimation *animation);
+int                 gdk_pixbuf_animation_get_num_frames  (GdkPixbufAnimation *animation);
 
 /* General (presently empty) initialization hooks, primarily for gnome-libs */
 void gdk_pixbuf_preinit  (gpointer app, gpointer modinfo);